Provides types, variables, and procedures for screen handling. Described in
, use balloon help.
Display1.Mod
Provides simple graphic routines and procedures for handling patterns. Described in
, use balloon help.
Draw.Mod see
Edit.Mod see
and
EditTools.Mod see
Files.Mod
Provides procedures to work with files. Described in
, use balloon help.
Film.Mod see
and
Fonts.Mod
Exports the abstract data type Font, which provides the raster data for screen fonts. Described in
, use balloon help.
Generic.Mod
Implements a generic sample frame class.
GraphicFrames.Mod
Handling of frames opened by Draw or used by GraphicElems.
Graphics.Mod
Lowlevel module for Draw.
Input.Mod
Provides facilities to access the mouse, the keyboard, and the clock.. Described in
, use balloon help.
Kernel.Mod
Lowlevel system module. Implements heap management & garbage collector.
Line.Mod Liness for graphic frames (used by Draw and graphic elements).
Log.Mod ??????????????????????????????????????
Math.Mod
Standard mathematical functions on type REAL (sin, cos, ....).
MathL.Mod
Standard mathematical functions on type LONGREAL (sin, cos, ....).
MenuViewers.Mod
Implements viewers of type MenuViewers.Viewer are the standard Oberon viewers with two active subframes: menu frame and main frame.. Described in
, use balloon help.
Modules.Mod
Offers possibilites to administrate the list of modules loaded by the Oberon System. Described in
, use balloon help.
Oberon.Mod
Offers some high level functionality not really belonging to one single lowlevel module (e.g. partitioning of screen, background tasks, mouse cursor, ...).. Described in
, use balloon help.
Oberon.Header.ps
Default PostScript header file.
PSPrinter.Mod
Implements a PostScript printer driver.
Printer.Mod
Defines the interface to the printer. Offers procedures for printing of text and graphics.. Described in
, use balloon help.
Printers.Mod
Defines the abstract printer interface.
Reals.Mod
Tools for conversion of reals into strings and vice versa.
Rectangles.Mod Retangle object for graphic frames (used by Draw and graphic elements).
Module TextFrames has two responsibilities: First, it displays text in a rectangular area inside a viewer supporting multiple consistent views on the same text. Second, it reacts to user input such as mouse clicks and keyboard input. TextFrames is a full text editor. Described in
In.Mod standard module for command parameter retrieval.
LineSorter.Mod see
Lines.Mod
Lines extracts lines containing a certain pattern from a text.
Make.Mod
Make.Order {filename} ~ topologically sorts a set of Oberon source file names according to their import relationships so that they are in a correct compilation order.
Out.Mod standard module for quick output.
Regexp.Mod ???????????????????????????????????
Sets.Mod
Implements INTEGER sets of arbitrary size.
Sort.Mod see
Sorts lines in a text alphabetically. Use Def.Show Sort.Mod
SortDemo.Mod see
Demonstrates the power of several standard sorting algorithms.
Strings.Mod
Strings provides a set of operations on strings. See documentation at the beginning of the module.
TextPFrames.Mod and TextPreview.Mod
Displays a text "exactly" as it will be printed. Use TextPreview.This *
Timer.Mod
Can be used to measure the execution times of procedures but it can also be used to measure the execution time of any code. See documentation at the beginning of the module.
Trace.Mod
Provides means for switching debugging output on or off.
XYplane.Mod
Provides simple graphic output to screen. Described in
, use balloon help.
Xref.Mod
Creates a cross reference list for Oberon-2 programs. See documentation at the beginning of the module.